CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二进制文件 VC

搜索资源列表

  1. amfskpsk

    0下载:
  2. AM,FSK,PSK调制,自己修改参数,结果用PCM文件保存,以二进制数据读入-modulate:am fsk psk
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-09
    • 文件大小:36028
    • 提供者:yangxinprince
  1. InsertPE

    0下载:
  2. 这是一个可以把任意二进制文件插入到PE可执行文件中的程序源码.采用VC++ 6.0编译.-This is an arbitrary binary files can be inserted into a PE executable file in the program source code. Using VC++ 6.0 compiler.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1625395
    • 提供者:ylwhxxxx
  1. Lesson12

    0下载:
  2. 孙鑫vc++深入详解第十二课, const char*与char *const的区别。C语言对文件读写的支持,file指针;文本文件和二进制文件的区别。-Sun Xin vc++ in-depth Xiangjie 12th class, const char* and char* const difference. C language support to read and write files, file pointers text files and binary files the
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-22
    • 文件大小:40956715
    • 提供者:张帅
  1. erjinzhi

    0下载:
  2. 一个使用VC++进行二进制文件浏览编辑器的源代码,快捷的进行数据读写。-VC++ to use a binary file browser source code editor, fast read and write data.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:26112
    • 提供者:张彬
  1. RdWrtHgFile

    0下载:
  2. VC++读写大文件资料(二进制),VC6编译通过,平时我们用词本打开大量文本的时候,会发觉电脑很慢甚至死机,不是因为文件太大,而是因为记事本的简单而未进行大文件打开处理,才会出现这种情况,希望这个VC小实例能启发你一些灵感。 -VC++ to read and write large file data (binary), VC6 compiles, usually to open a large number of our words and this time the text will
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:22727
    • 提供者:lord
  1. hex_convert

    0下载:
  2. 将一个二进制文件转换为数组的控制台程序,使用vc6.0编译,可自行修改-conver a binary file to an array for C language in VC++ 6.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:7027
    • 提供者:马伟
  1. VC_programming_information_read_write_large_binary

    1下载:
  2. VC编程读写大块资料二进制文件经典代码VC programming information to read and write large binary classical code-VC programming information to read and write large binary classical code
  3. 所属分类:File Operate

    • 发布日期:2016-07-06
    • 文件大小:23552
    • 提供者:lina
  1. SaveImgToAS

    0下载:
  2. VC++实现在ACCESS数据库上保存图像的方法,数据的存储格式使用的是二进制文件。-VC++ to achieve in the ACCESS database to save the image on the method, the data storage format using a binary file.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-03
    • 文件大小:773570
    • 提供者:李兰平
  1. 2binary_eidt

    0下载:
  2. VC++ 二进制文件浏览编辑器源代码,以前老看到有人在论坛上寻找二进制浏览、编辑代码,个人觉得写个这玩意并不难,为何不自己 写呢?这些天工作不是太忙,索性自己动手,丰衣足食吧,就摸索着写了这个程序,或许不算完美,不过已经说清楚了原理。 -VC++ binary file browsing and editing source code, before the old saw someone in the forum to find a binary view, edit code, pers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:24651
    • 提供者:madud00106
  1. freadBinTxt

    0下载:
  2. vc读取二进制文件中的浮点数2010/08/24 21:02//假设二进制文件中f.out中存放着512个浮点数 -read binary file vc float 2010/08/24 21:02// assume a binary file stored in the 512 f.out float
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:657
    • 提供者:liwenwen
  1. Reading-and-writing-binary-files

    0下载:
  2. 使用VC.net开发的二进制文件的读写小程序-VC.net developed using binary read and write small programs
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:8375
    • 提供者:
  1. VCPP6-for-database

    0下载:
  2. VC++二进制数据库编程,字段可以存储图像文件-VC++6 for database(ADo)
  3. 所属分类:Other Databases

    • 发布日期:2017-04-03
    • 文件大小:141000
    • 提供者:zhouyingjie
  1. BinaryView

    0下载:
  2. 该程序代码简短,可以用二进制的形式查看文件-VC++ BinaryViewer is for view file
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:16456
    • 提供者:zhouyingjie
  1. getwords

    0下载:
  2. VB实现Word97-2003二进制文件格式文本提取程序的源代码,在此提醒:本控件本方法在vc中使用正常, 但是在vb中如果doc文件太大(测试过40M的)就会崩溃!同时也期待高手找到解决办法。   直接复制需要打开的WORD文件的绝对址,就能打开,注意文件不要太大。 -VB Word97-2003 binary file format text extraction program source code, to remind: this control method in vc u
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:625975
    • 提供者:汪志红
  1. writeBinary.sln

    0下载:
  2. VC写的二进制文件读写,代码简洁,功能完美实现,不错的文件读写学习资料。-VC write binary file reading and writing, the code is simple, functional perfect realization, good document literacy learning materials.
  3. 所属分类:File Operate

    • 发布日期:2017-11-13
    • 文件大小:5982203
    • 提供者:林夕
  1. Getmyfile

    0下载:
  2. 读取文件的动态链接库,它能够帮助读者读取二进制文件里的数据,以用来处理,可以采取混合混合编程。-it is dll which can get the data from a file.it can help people who are not familiar with the VC.so it is a very important dll.it is dll which can get the data from a file.it can help people who are not
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:41777
    • 提供者:顾定富
  1. File

    1下载:
  2. VC++读文件、写文件与读注册表、写注册表的简单实例,代码中可展现出const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:28172
    • 提供者:包松林
  1. BinToTxt

    0下载:
  2. bin二进制文件转成文本,字符串转换处理,vc-bin binary file into a text string conversion processing, vc++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:150123
    • 提供者:刘以续
  1. student

    1下载:
  2. C语言,学生成绩管理系统作业设计。VC++6.0编译通过, 利用结构体,结构体指针,单链表,文件操作,命令窗口下简单菜单设计,可从文件读入数据,自动保存数据,有错误自动判断修复,能添加,删除,查询,显示,排序记录,适合多数初学者期末C语言作业设计要求!如果要增加科目,只要修改源代码中的Class_N的值就可以了,科目的名称在程序第一次运行时输入,会自动保存到student.ini文件,程序运行时自动生成的student.ini文件为系统信息文件(二进制文件),student.db为数据存储文件(
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:342812
    • 提供者:namejiang
  1. Class3ds

    0下载:
  2. 在VC++环境下调用3DS模型的一个类,采用读二进制文件的方式将一个3DS文件读入系统,并显示纹理-In VC++ environment called 3DS model of a class, using a binary read of papers will be read a 3DS file into the system, and display the texture
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:8032
    • 提供者:zen840628
« 1 2 34 5 »
搜珍网 www.dssz.com